type net/http.http2writePing

4 uses

	net/http (current package)
		h2_bundle.go#L5141: 		write: &http2writePing{data: sc.sentPingData},
		h2_bundle.go#L11117: type http2writePing struct {
		h2_bundle.go#L11121: func (w http2writePing) writeFrame(ctx http2writeContext) error {
		h2_bundle.go#L11125: func (w http2writePing) staysWithinBuffer(max int) bool {